Revert "Gate ostree-trivial-httpd on BUILDOPT_TRIVIAL_HTTPD"
authorAlex Kiernan <alex.kiernan@gmail.com>
Sat, 19 Oct 2019 21:20:25 +0000 (22:20 +0100)
committerAlex Kiernan <alex.kiernan@gmail.com>
Sat, 19 Oct 2019 21:20:25 +0000 (22:20 +0100)
This reverts commit 83d44ac20ae80d74e05d89744fd1fbd4f45b7fba.

Makefile-ostree.am
configure.ac

index 7b53cb148960e9d7e9517510ebc30f2fafef0d9e..76f39cad4b746b68376813c20858143d6989fc3d 100644 (file)
@@ -143,13 +143,12 @@ ostree_SOURCES += src/ostree/ot-builtin-pull.c
 endif
 
 if USE_LIBSOUP
-if BUILDOPT_TRIVIAL_HTTPD
+# Eventually once we stop things from using this, we should support disabling this
 ostree_SOURCES += src/ostree/ot-builtin-trivial-httpd.c
 pkglibexec_PROGRAMS += ostree-trivial-httpd
 ostree_trivial_httpd_SOURCES = src/ostree/ostree-trivial-httpd.c
 ostree_trivial_httpd_CFLAGS = $(ostree_bin_shared_cflags) $(OT_INTERNAL_SOUP_CFLAGS)
 ostree_trivial_httpd_LDADD = $(ostree_bin_shared_ldadd) $(OT_INTERNAL_SOUP_LIBS)
-endif
 
 if !USE_CURL
 # This is necessary for the cookie jar bits
index e009d6b2e95a924e67a2b0c15802f810313388ea..6861afb87be9d1ac1a0cdbfef0344373723a3275 100644 (file)
@@ -195,9 +195,6 @@ AC_ARG_ENABLE(trivial-httpd-cmdline,
   [Continue to support "ostree trivial-httpd" [default=no]])],,
   enable_trivial_httpd_cmdline=no)
 AM_CONDITIONAL(BUILDOPT_TRIVIAL_HTTPD, test x$enable_trivial_httpd_cmdline = xyes)
-AS_IF([test x$with_soup = xno && test x$enable_trivial_httpd_cmdline = xyes], [
-  AC_MSG_ERROR([trivial-httpd enabled, but libsoup is not; libsoup is needed for trivial-httpd])
-])
 AM_COND_IF(BUILDOPT_TRIVIAL_HTTPD,
   [AC_DEFINE([BUILDOPT_ENABLE_TRIVIAL_HTTPD_CMDLINE], 1, [Define if we are enabling ostree trivial-httpd entrypoint])]
 )